home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / antib102.zip / AB-SL215.DOC next >
Text File  |  1992-03-18  |  1KB  |  34 lines

  1.  
  2.  Now you are probably thinking "What about those users who use Xmodem?"
  3.  
  4.    Well, I have a solution for that also. 
  5.  
  6.    First, use XSYS and MSYS and a text editor to change the text in
  7.    STRINGS.SYS that say "Xmodem", "Xmodem/CRC", and "Xmodem/1K" to
  8.    "<unassigned>". The result should look like this
  9.  
  10.    xxxx '<unassigned>'
  11.    xxxx '<unassigned>'
  12.    xxxx '<unassigned>'
  13.  
  14.    (xxxx would be the line number)
  15.  
  16.      If you do not know how to use XSYS and MSYS then you should use these
  17.      commands:
  18.       XSYS STRINGS.SYS > STRINGS.TXT
  19.       ( edit STRINGS.TXT here )
  20.       MSYS STRINGS.TXT STRINGS.SYS
  21.   
  22.    Now, all you have to do is make sure no users have these 3 protocols 
  23.    selected.  To do this, you must run NOTXMDM.EXE in your AutoLogin Door.
  24.    Add this line into your AutoLogin door. (your batch file or AutoDoor
  25.    section in CONFIG)  It must be run from the directory containing the
  26.    CONFIG.SL2 for that directory.
  27.  
  28.      NOTXMDM X
  29.  
  30.    Where X is the protocol number you want them to have.  I have my 12th
  31.    external protocol as XModem (using the DSZ protocol driver), so my line
  32.    is: NOTXMDM 12
  33.  
  34.